Unit Test Trainer
open class UnitTestTrainer(val minLevel: Level = Level.VERBOSE, showTimestamp: Boolean = true) : Trainer(source)
TestTrainer handles simple console logging during Kotlin tests.
This trainer provides clean, uncolored console output during tests. Perfect for environments that don't support ANSI colors, or when you prefer simple clean output.
Since
0.0.1
Parameters
min Level
Minimum log level to output (defaults to VERBOSE - shows all)
show Timestamp
Whether to include timestamps in output (defaults to true)